home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 52 / Amiga Format AFCD52 (Issue 136, May 2000).iso / -in_the_mag- / reader_requests / wild / support / wilf / firsttry / inlinefuncdemo.c < prev    next >
C/C++ Source or Header  |  2000-02-23  |  112b  |  17 lines

  1.  
  2. // not works !
  3.  
  4. void main()
  5. {
  6.  int a,b;
  7.  b=1;
  8.  
  9.  a={if (b&1)
  10.      return(0);
  11.     else
  12.      return(1);
  13.    }
  14.  
  15. }
  16.  
  17.